home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Languages / Mops 2.7 / Mops Manual / Part III.srd / Part III.srd.rsrc / PICT_19.png < prev    next >
Portable Network Graphic  |  1996-01-02  |  94KB  |  816x1056  |  8-bit (255 colors)
Labels: book | bulletin board | poster | reckoner | sky
OCR: Chapter Basic Data Structures II7 Methods accessing get: val Returns the value in the data area For class Byte this is signed number if bit 7 is on, this bit will be extended into the high -order 22 bits of the stack cell. For class Ubyte the number IS uaigned -the high- -order 24 bits of the stack cell will be set to zero put: (val Stores new value in the data area. (^int -- Copies the passed-in Bvte/Uhvte's value to this Byte/Ubyte clear: (-- Stores 0 in the data area display print: Types the data ir the current base on the screen Error messages None Bool Provides storage for boolean values (true or false). These are stored in 8 bits Superclass Byte Source file Struct Status Core Inst tance variables None (see Byte) Indexed data None System objects None Methods accessing put: val Stores ...